home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5196 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.0 KB

  1. Path: cs.utexas.edu!not-for-mail
  2. From: wilson@cs.utexas.edu (Paul Wilson)
  3. Newsgroups: comp.lang.lisp,comp.lang.c++
  4. Subject: Re: Why garbage collection?
  5. Date: 2 Feb 1996 17:10:33 -0600
  6. Organization: CS Dept, University of Texas at Austin
  7. Message-ID: <4eu5l9$5m9@jive.cs.utexas.edu>
  8. References: <rvillDL4v3n.I8r@netcom.com> <822675271snz@wildcard.demon.co.uk> <4eb75f$l2t@cnn.Princeton.EDU> <822848307snz@wildcard.demon.co.uk>
  9. NNTP-Posting-Host: jive.cs.utexas.edu
  10.  
  11. In article <822848307snz@wildcard.demon.co.uk>,
  12. Cyber Surfer  <cyber_surfer@wildcard.demon.co.uk> wrote:
  13. >In article <4eb75f$l2t@cnn.Princeton.EDU> tim@franck "Tim Hollebeek" writes:
  14. >
  15. >If you want to know about basic
  16. >garbage collecting, I'd recommend a computer science book, as it'll
  17. >probably be more up to date.
  18.  
  19. I have to disagree here.  I know of no textbooks with even a decent
  20. discussion of garbage collection.  The set of people who write textbooks
  21. seem to be entirely disjoint from the set of people who know about modern
  22. GC technology.  The textbooks are about as bad as the pop programming
  23. books, and that's pretty bad indeed.  (The main exception is Appel's
  24. very brief paper on GC in the advanced programming language implemenation
  25. book edited by Peter Lee.  Appel's paper is good, but not broad enough
  26. to cover the area.)
  27.  
  28. I suggest looking at the papers on our web site (in my .sig, below) which
  29. include two surveys (long and medium-sized) on GC.  (The long version will
  30. appear in Computing Surveys after some revision.)  There are also several
  31. other papers there by my research group and a bunch by other people
  32. (from the '91 and '93 OOPSLA GC workshops), and a big bibliography in
  33. LaTeX .bib format.  The web page also has links to Henry Baker's and Hans
  34. Boehm's web pages.
  35.  
  36. Enjoy.
  37.  
  38. -- 
  39. | Paul R. Wilson, Comp. Sci. Dept., U of Texas @ Austin (wilson@cs.utexas.edu)
  40. | Papers on memory allocators, garbage collection, memory hierarchies,
  41. | persistence and  Scheme interpreters and compilers available via ftp from 
  42. | ftp.cs.utexas.edu, in pub/garbage (or http://www.cs.utexas.edu/users/wilson/)      
  43.